home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_tr.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  187 lines

  1. /*
  2.  * @(#)LocaleElements_tr.java    1.9 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_tr extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "tr_TR" }, // locale id based on iso codes
  57.             { "LocaleID", "041f" }, // Windows id
  58.             { "ShortLanguage", "tur" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "TUR" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "tr", "T\u00fcrk\u00e7e" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "tr", "T\u00fcrkiye" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "Ocak", // january
  73.                     "\u015eubat", // february
  74.                     "Mart", // march
  75.                     "Nisan", // april
  76.                     "May\u0131s", // may
  77.                     "Haziran", // june
  78.                     "Temmuz", // july
  79.                     "A\u011fustos", // august
  80.                     "Eyl\u00fcl", // september
  81.                     "Ekim", // october
  82.                     "Kas\u0131m", // november
  83.                     "Aral\u0131k", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "Oca", // abb january
  90.                     "\u015eub", // abb february
  91.                     "Mar", // abb march
  92.                     "Nis", // abb april
  93.                     "May", // abb may
  94.                     "Haz", // abb june
  95.                     "Tem", // abb july
  96.                     "A\u011fu", // abb august
  97.                     "Eyl", // abb september
  98.                     "Eki", // abb october
  99.                     "Kas", // abb november
  100.                     "Ara", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "Pazar", // Sunday
  107.                     "Pazartesi", // Monday
  108.                     "Sal\u0131", // Tuesday
  109.                     "\u00c7ar\u015famba", // Wednesday
  110.                     "Per\u015fembe", // Thursday
  111.                     "Cuma", // Friday
  112.                     "Cumartesi" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "Paz", // abb Sunday
  118.                     "Pzt", // abb Monday
  119.                     "Sal", // abb Tuesday
  120.                     "\u00c7ar", // abb Wednesday
  121.                     "Per", // abb Thursday
  122.                     "Cum", // abb Friday
  123.                     "Cmt" // abb Saturday
  124.                 }
  125.             },
  126.             { "NumberPatterns",
  127.                 new String[] {
  128.                     "#,##0.###;-#,##0.###", // decimal pattern
  129.                     "#,##0.00 TL;-#,##0.00 TL", // currency pattern
  130.                     "#,##0%" // percent pattern
  131.                 }
  132.             },
  133.             { "NumberElements",
  134.                 new String[] {
  135.                     ",", // decimal separator
  136.                     ".", // group (thousands) separator
  137.                     ";", // list separator
  138.                     "%", // percent sign
  139.                     "0", // native 0 digit
  140.                     "#", // pattern digit
  141.                     "-", // minus sign
  142.                     "E", // exponential
  143.                     "\u2030", // per mille
  144.                     "\u221e", // infinity
  145.                     "\ufffd" // NaN
  146.                 }
  147.             },
  148.             { "CurrencyElements",
  149.                 new String[] {
  150.                     "TL", // local currency symbol
  151.                     "TRL", // intl currency symbol
  152.                     "," // monetary decimal separator
  153.                 }
  154.             },
  155.             { "DateTimePatterns",
  156.                 new String[] {
  157.                     "HH:mm:ss z", // full time pattern
  158.                     "HH:mm:ss z", // long time pattern
  159.                     "HH:mm:ss", // medium time pattern
  160.                     "HH:mm", // short time pattern
  161.                     "dd MMMM yyyy EEEE", // full date pattern
  162.                     "dd MMMM yyyy EEEE", // long date pattern
  163.                     "dd.MMM.yyyy", // medium date pattern
  164.                     "dd.MM.yyyy", // short date pattern
  165.                     "{1} {0}" // date-time pattern
  166.                 }
  167.             },
  168.             { "DateTimeElements",
  169.                 new String[] {
  170.                     "2", // first day of week
  171.                     "1" // min days in first week
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 "& A < a\u0308 , A\u0308 "   // a-umlaut sorts between a and b
  176.                 + "& C < c\u0327 , C\u0327 " // c-cedilla sorts between c and d
  177.                 + "& G < g\u0306 , G\u0306 " // g-breve sorts between g and h
  178.                 + "& H < \u0131 , I , i , \u0130 "  // dotless i , dotted i
  179.                 + "< \u0132 , \u0133 "       // ij ligature sorts between i and j
  180.                 + "& O < o\u0308 , O\u0308 " // o-umlaut sorts between o and p
  181.                 + "& S < s\u0327 , S\u0327 " // s-cedilla sorts between s and t
  182.                 + "& U < u\u0308 , U\u0308 " // u-umlaut sorts between u and v
  183.             }
  184.         };
  185.     }
  186. }
  187.